home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Documentation / DirectX9 / directplay.chm / css / inetsdk.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-09-27  |  3.9 KB  |  89 lines

  1. /*
  2. clsErrUnexpected - a code path was hit unexpectedly in the template
  3. clsBadDesc - bad or missing description
  4. clsBadXREF - the specified xref rid doesn't exist in the targets db
  5. clsBadTERM - the specified term rid doesn't exist in the glossary db
  6. clsBadTLA - the specified tla rid doesn't exist in the acronym db
  7. clsBadXrefPN - the user requested the persisted name, but the xref doesn't have one.
  8. clsBadXrefRN - the user requested the runtime name, but the xref doesn't have one.
  9. clsBadParam - bad parameter markup
  10. clsBadInRef - bad internal reference to a parameter (tenative name)
  11. clsBadPV - bad possible value (pv) formatting within a <param>
  12. clsBadShowMe - invalid showme id
  13. clsBadLocalLink - the specified local link doesn't exist in the document
  14. clsBadOutlineLoc - the outline tag was placed in a bad location
  15. clsBadFragId - the specified fragment identifier (@fid) is invalid
  16. clsBadPRef - the specified parameter id (pid) is invalid
  17. clsBadMRef - the specified member id (mid) is invalid
  18. clsBadConstRef - the specified constant id (cid) is invalid
  19. clsNotImpl - the feature is not yet implemented
  20. clsBadRetCode - bad retcode; (@name $and$ desc) or (@rid) wasn't specified
  21. clsUndefinedType - the rid associated with the dtype tag could not be found in the dtypes collection
  22. clsBadAttrDesc - must spec desc or literal pvs for attribute
  23. clsBadFlag - the flag was not found or is missing the name attribute or desc child
  24. clsBadTopicType - the metadata/@type is unrecognized
  25. clsNoObject - the method, property, or event doesn't specify an object in the applies section
  26. clsBadPVRef - bad possible value reference
  27. clsBadAttrRef - bad reference to an attribute of an element
  28. clsNoDISPID - missing DISPID on iface tag; this is primarily used in event pages when transformed through C++ event template
  29. clsBadCVRef - baaahhhhd composite value reference
  30. clsBadImg - bad image reference
  31. clsBadVARIANT - vtypes weren't specified within a dtype of type VARIANT
  32. clsBadSTD - bad logic in specifying the attributes of a standards element.
  33. clsBadReg - registry entry that needs to be formatted in a tree view, but not marked that way...
  34. */
  35. SPAN.clsBadXREF, SPAN.clsBadTERM, SPAN.clsBadTLA, SPAN.clsBadXrefPN, SPAN.clsBadXrefRN, SPAN.clsBadDesc,
  36. SPAN.clsBadParam, SPAN.clsBadRetVal, SPAN.clsBadInRef, SPAN.clsBadPV, SPAN.clsBadShowMe, SPAN.clsBadLocalLink,
  37. SPAN.clsErrUnexpected, SPAN.clsBadOutlineLoc, SPAN.clsBadFragId, SPAN.clsBadPRef, SPAN.clsBadMRef, SPAN.clsBadConstRef, SPAN.clsNotImpl,
  38. SPAN.clsBadRetCode, SPAN.clsUndefinedType, SPAN.clsBadAttrDesc, SPAN.clsBadFlag, SPAN.clsBadTopicType, SPAN.clsNoObject,
  39. SPAN.clsBadPVRef, SPAN.clsNoDISPID, SPAN.clsBadAttrRef, SPAN.clsBadCVRef, SPAN.clsBadImg, SPAN.clsBadVARIANT, SPAN.clsBadSTD, SPAN.clsBadReg
  40.   {background-color:red}
  41.  
  42. /* overview sidebar idea */
  43. DIV.clsSideBar { position:relative;font-size:10pt;font-style:italic;float:right;width:100px;background-color:yellow }
  44.  
  45. /* In PSDK, m-left=14; m-right=12; They also use a P, but MSTP recommends 1 note w/ multiple Ps rather than individual notes  */
  46. DIV.clsNote {
  47.   margin-bottom: 4pt;
  48.   background-color: #EEEEEE;
  49. }
  50.  
  51. DIV.clsAPIList { margin-left : 20px; }
  52. DIV.clsAPIListDesc { margin-top: 5px; margin-bottom: 10px }
  53. DIV.clsAPIItem { margin-left : 20px; margin-bottom: 5px; }
  54.  
  55. SPAN.clsFmtLib, SPAN.clsFmtInc, SPAN.clsFmtIDL, SPAN.clsFmtDLL { text-transform:lowercase }
  56.  
  57. SPAN.clsFlag {} /* placeholder to format a reference to a flag */
  58.  
  59. P.clsRef {
  60.     font-weight:bold;
  61.     margin-top:12pt; margin-bottom:0em;
  62. }
  63.     
  64. .clsTab
  65. {
  66.     font: bold 65% verdana,arial,helvetica,sans-serif;
  67.     cursor:hand;
  68.     color:#FFFFFF;
  69.     background-color:#3366CC;
  70. }
  71.  
  72. TABLE.clsStd TH {
  73.     text-align:left; vertical-align:top;
  74.     background-color:#DDD;
  75.     padding:2px;
  76. }
  77.  
  78. TABLE.clsStd TD {
  79.     vertical-align:top;
  80.     background-color:#EEE;
  81.     padding:2px;
  82. }
  83.  
  84. DIV.clsBeta {
  85.         font-weight:bold;
  86.         color:red;
  87.         margin-top:0.5em; margin-bottom:0.5em;
  88.     }
  89.